home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global documento, docAnterior
- cursor(-1)
- puppetSound(0)
- set docAnterior to "interview"
- set documento to "interview"
- go("key", "BONUS")
- end
-
- on mouseEnter
- cursor([cast "curs", cast "mask"])
- end
-
- on mouseLeave
- cursor(-1)
- end
-